home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / HiSoftBasicD1.adf / s / PCD < prev    next >
AmigaDOS Script File  |  1988-10-07  |  220b  |  12 lines

  1. .key dir
  2. IF "<dir>" EQ ""
  3. assign ofrom<$$>: ""
  4. cd from<$$>:
  5. assign from<$$>: ofrom<$$>:
  6. assign ofrom<$$>:
  7. ELSE
  8. assign from<$$>: ""
  9. cd <dir>
  10. ENDIF
  11. ; Dies simuliert einen CD-Befehl, der zum Ausgangsverzeichnis zurückkehrt
  12.